From: Keir Fraser Date: Fri, 20 Mar 2009 15:38:46 +0000 (+0000) Subject: x86: Enable Xen C-state management by default. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13992^2~5 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=2ccae6ea67754ae139ce6b25d928e64b479e9865;p=xen.git x86: Enable Xen C-state management by default. Signed-off-by: Keir Fraser --- diff --git a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c index 2fe4b375f9..8cf4190144 100644 --- a/xen/arch/x86/setup.c +++ b/xen/arch/x86/setup.c @@ -89,7 +89,7 @@ boolean_param("noapic", skip_ioapic_setup); /* **** Linux config option: propagated to domain0. */ /* xen_cpuidle: xen control cstate. */ -/*static*/ int xen_cpuidle; +/*static*/ int xen_cpuidle = 1; boolean_param("cpuidle", xen_cpuidle); int early_boot = 1;